home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / sgopher0.3 / make.com < prev    next >
Encoding:
Text File  |  1993-05-05  |  230 b   |  9 lines

  1. !
  2. ! DCL to build Simple Gopher under VMS using Wollongong networking
  3. ! be sure to redefine HOST, PORT, GOPHADDR, GOPHADM, GOPHPHN, and LOGFILE
  4. ! in conf.h
  5. !
  6. $ cc := "CC/Include=([])"
  7. $ cc sgopher.c
  8. $ link sgopher.obj,woll.opt/opt
  9.